func runtime.asmcgocall
14 uses
runtime (current package)
cgocall.go#L185: errno := asmcgocall(fn, arg)
cgocall.go#L279: asmcgocall(_cgo_getstackbound, unsafe.Pointer(&bounds))
env_posix.go#L73: asmcgocall(_cgo_setenv, unsafe.Pointer(&arg))
env_posix.go#L82: asmcgocall(_cgo_unsetenv, unsafe.Pointer(&arg))
lock_futex.go#L172: asmcgocall(*cgo_yield, nil)
lock_futex.go#L195: asmcgocall(*cgo_yield, nil)
lock_futex.go#L214: asmcgocall(*cgo_yield, nil)
proc.go#L2578: asmcgocall(_cgo_bindm, unsafe.Pointer(g))
proc.go#L2800: asmcgocall(_cgo_thread_start, unsafe.Pointer(&ts))
proc.go#L3315: asmcgocall(*cgo_yield, nil)
proc.go#L6122: asmcgocall(*cgo_yield, nil)
stubs.go#L364: func asmcgocall(fn, arg unsafe.Pointer) int32
traceback.go#L1632: call = asmcgocall
traceback.go#L1652: call = asmcgocall
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |